/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | foam-extend: Open Source CFD                    |
|  \\    /   O peration     | Version:     4.1                                |
|   \\  /    A nd           | Web:         http://www.foam-extend.org         |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

6
(
    ibCylinder
    {
        type            immersedBoundary;
        nFaces          0;
          startFace       161430;



        internalFlow    no;
        isWall          yes;
    }
  in
    {
        type            patch;
        nFaces          270;
        startFace       161430;
    }
    out
    {
        type            patch;
        nFaces          270;
        startFace       161700;
    }
    top
    {
        type            patch;
        nFaces          300;
        startFace       161970;
    }
    bottom
    {
        type            patch;
        nFaces          300;
        startFace       162270;
    }
    frontAndBack
    {
        type            empty;
        nFaces          162000;
        startFace       162570;
    }





)


// ************************************************************************* //
